home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
BBS in a Box 7
/
BBS in a Box - Macintosh - Volume VII (BBS in a Box) (January 1993).iso
/
Files
/
Hyper
/
Me-Mz
/
METROSTK.cpt
/
MetroStack
/
background_2640.txt
< prev
next >
Wrap
Text File
|
1989-04-11
|
3KB
|
146 lines
-- background: 2640 from stack: in
-- bmap block id: 3655
-- flags: 0000
-- background id: 0
-- name:
-- part 5 (button)
-- low flags: 00
-- high flags: 2000
-- rect: left=84 top=302 right=324 bottom=108
-- title width / last selected line: 0
-- icon id / first selected line: 25002 / 25002
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name: New Button
----- HyperTalk script -----
on mouseUp
push cd
zoomer 84,302,108,324,179,138,333,204
zoomer 179,138,333,204,12,32,498,276
go cd 8
end mouseUp
-- part 6 (button)
-- low flags: 00
-- high flags: 2000
-- rect: left=132 top=302 right=324 bottom=166
-- title width / last selected line: 0
-- icon id / first selected line: 29007 / 29007
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name: Trip
----- HyperTalk script -----
on mouseUp
hide cd fld 1
global tripOn,boxText
put 1 into tripOn
put "Click on station of origin" & return & "(or click this box to cancel)" into bg fld 1
show bg fld 1
put bg fld 1 into boxText
end mouseUp
-- part 7 (button)
-- low flags: 00
-- high flags: 2000
-- rect: left=192 top=302 right=324 bottom=226
-- title width / last selected line: 0
-- icon id / first selected line: 29006 / 29006
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name: Info
----- HyperTalk script -----
on mouseUp
hide cd fld 1
global infoOn,boxText
put 1 into infoOn
put "Click on a station to get info" & return & "(or click this box to cancel)" into bg fld 1
show bg fld 1
put bg fld 1 into boxText
end mouseUp
-- part 8 (button)
-- low flags: 00
-- high flags: 2000
-- rect: left=252 top=301 right=325 bottom=278
-- title width / last selected line: 0
-- icon id / first selected line: 8538 / 8538
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name: CloseUp
----- HyperTalk script -----
on mouseUp
if the number of this cd is not 7 then
set cursor to watch
push cd
visual dissolve fast
go cd "downtown"
set icon of me to 2162
else
visual dissolve fast
pop cd
set icon of me to 8538
end if
end mouseUp
-- part 9 (button)
-- low flags: 00
-- high flags: 2000
-- rect: left=301 top=302 right=322 bottom=333
-- title width / last selected line: 0
-- icon id / first selected line: 1011 / 1011
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name: GoHome
----- HyperTalk script -----
on mouseUp
go home
end mouseUp
-- part 10 (field)
-- low flags: 81
-- high flags: 0002
-- rect: left=82 top=296 right=330 bottom=291
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name: Message
----- HyperTalk script -----
on mouseUp
hide me
put empty into me
openStack
end mouseUp